home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / config / lnxdoc.tmpl < prev    next >
Text File  |  2006-04-12  |  2KB  |  86 lines

  1. XCOMM $XFree86: xc/config/cf/lnxdoc.tmpl,v 3.11tsi Exp $
  2. XCOMM
  3.  
  4. #ifndef HasSgmlFmt
  5. #define HasSgmlFmt      NO
  6. #endif
  7.  
  8. #ifndef HasLinuxDoc
  9. #define HasLinuxDoc      NO
  10. #endif
  11.  
  12. #ifndef DoSgmlDocs
  13. #define DoSgmlDocs      (HasLinuxDoc || HasSgmlFmt)
  14. #endif
  15.  
  16. #ifndef XFree86IdentFix
  17. #define XFree86IdentFix      sed -e '/\$$\XFree86:/s/....\/..\/.. ..:..:.. *//' \
  18.                   -e '/\$$\XFree86:/s/\$$/Generated from /'
  19. #endif
  20.  
  21. #ifndef XorgIdentFix
  22. #define XorgIdentFix      sed -e '/\$$\XdotOrg:/s/....\/..\/.. ..:..:.. *//' \
  23.                   -e '/\$$\XdotOrg:/s/\$$/Generated from /'
  24. #endif
  25.  
  26. #ifndef CVSIdentFix
  27. #define CVSIdentFix      sed -e '/\$$\Id:/s/....\/..\/.. ..:..:.. *//' \
  28.                   -e '/\$$\Id:/s/\$$/Generated from /'
  29. #endif
  30.  
  31. #ifndef HasLatex
  32. #define HasLatex      NO
  33. #endif
  34.  
  35. #ifndef SgmlFmtCmd
  36. #define SgmlFmtCmd      sgmlfmt
  37. #endif
  38.  
  39. #ifndef HasDvips
  40. #define HasDvips      NO
  41. #endif
  42.  
  43. #ifndef DvipsOptions
  44. #define DvipsOptions      /**/
  45. #endif
  46.  
  47. #ifndef DvipsCmd
  48. #define DvipsCmd      dvips
  49. #endif
  50.  
  51. #ifndef BuildLinuxDocText
  52. #define BuildLinuxDocText DoSgmlDocs
  53. #endif
  54.  
  55. #ifndef BuildLinuxDocHtml
  56. #define BuildLinuxDocHtml DoSgmlDocs
  57. #endif
  58.  
  59. #ifndef BuildLinuxDocPS
  60. #define BuildLinuxDocPS      DoSgmlDocs
  61. #endif
  62.  
  63. #ifndef BuildSgmlDocs
  64. #define BuildSgmlDocs      DoSgmlDocs
  65. #endif
  66.  
  67. #ifndef ReadmeFile
  68. #define ReadmeFile(base)  README.base     
  69. #endif
  70.  
  71.  
  72.   XFREE86IDENTFIX = XFree86IdentFix
  73.      XORGIDENTFIX = XorgIdentFix
  74.       CVSIDENTFIX = CVSIdentFix
  75.             DVIPS = DvipsCmd
  76.      DVIPSOPTIONS = DvipsOptions
  77.        SGMLFMTCMD = SgmlFmtCmd
  78.  
  79. XCOMM Some extra things to clean
  80.  
  81. #ifdef ExtraFilesToClean
  82. #undef ExtraFilesToClean
  83. #endif
  84. #define ExtraFilesToClean *.aux *.dvi *.log *.tex *.toc *.html *.ps *.latin1
  85.  
  86.